From: Jim Blandy Date: Sat, 19 Jun 1993 22:58:35 +0000 (+0000) Subject: * puresize.h (PURESIZE): Up this to 20500 for MULTI_FRAME Emaces, X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95215 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9f2ccd7bc1fd2af41fc4b55ac68e5dc7f2928c9a;p=emacs.git * puresize.h (PURESIZE): Up this to 20500 for MULTI_FRAME Emaces, and 190000 for non-MULTI_FRAME Emaces. --- diff --git a/src/puresize.h b/src/puresize.h index 97e976ef450..78b07aa601b 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -29,9 +29,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef PURESIZE #ifdef MULTI_FRAME -#define PURESIZE 200000 +#define PURESIZE 205000 #else -#define PURESIZE 185000 +#define PURESIZE 190000 #endif #endif